home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / MORSE / PED414I / PED.TXT < prev    next >
Text File  |  1997-09-29  |  5KB  |  154 lines

  1.  
  2. >>>>>>>> CW Pileup  trainer   Ped.exe   Ver 4.14i  by JE3MAS <<<<<<<<
  3.            Copyright(C) 1993-1997 by MasIII H.Kozu
  4.  
  5.    /*  This is a free software.   It can be freely distributed.  */
  6.  
  7.   *---------------------------------------------------------------*
  8.   | This is a pileup trainer for IBM PC and Sound Blaster users.  |
  9.   | You can run a 9 station pileup as long as you like.           |
  10.   | 18 stations when using Sound Blaster PRO                      |
  11.   |                     or Pro Audio Spectrum 16!!                |
  12.   | 1 station with beep sound for users without sound card.       |
  13.   | New super pileup mode supported.                              |
  14.   *---------------------------------------------------------------*
  15.  
  16.  
  17. *****  Reference *****
  18.  
  19. <<running ped>>
  20.                 Ped [-prn][-xt][-super]
  21.                       ;-prn    Selects Printer port for connecting Paddles.
  22.                                (Default is Joystick port on your Sound Blaster)
  23.                       ;-xt     For PC XT users.
  24.                       ;-super  Super pileup mode.
  25.                               * In this mode,pileup becomes double.
  26.                               * Some functions are disabled.
  27.                               * Pileup S/N becomes worse.
  28.  
  29. <<MVSOUND.SYS Driver (for PAS16 users)>>
  30.                 Pro Audio Spectrum 16 users must insert a line like
  31.  
  32.                    DEVICE=C:\PROAUDIO\MVSOUND.SYS D:3 Q:7
  33.  
  34.                 in your CONFIG.SYS file in order to load MVSOUND.SYS driver.
  35.  
  36.                 (Refer to PAS16 user's guide for more information about
  37.                  MVSOUND.SYS driver.)  
  38.  
  39.  
  40. <<Keys equivalent to CT>> 
  41.  
  42.       HOME,CTRL-A        :Start of field
  43.       END,CTRL-E         :End of field
  44.       BS, CTRL-H         :Backspace
  45.       DEL,CTRL-D         :Delete character
  46.       CTRL-K             :Delete to end of field
  47.       CTRL-W             :Delete field
  48.       Right Arrow,CTRL-F :Forward character
  49.       Left Arrow,CTRL-B  :Backward character
  50.  
  51.       Alt-F8,Alt-W       :Wipe QSO
  52.       Alt-F9             :QRS
  53.       Alt-F10            :QRQ
  54.       Alt-Q              :Quit
  55.  
  56.       F1                 :Send CQ message
  57.       F2                 :Send exchange message
  58.       F3                 :Send confirm message
  59.       F4                 :Send my call
  60.       F5                 :Send his call
  61.       F6                 :Send cl?
  62.       F7                 :Send ?
  63.  
  64.       return,CTRL-M      :Log QSO
  65.       Ins                :F5 and F2
  66.       ESC                :Panic stop
  67.       +                  :F3 and Return
  68.       Spacebar           :Toggle call and No.(Only for CT trainer)
  69.  
  70.       shift+F1           :Set F1 message
  71.       shift+F2           :Set F2 message
  72.       shift+F3           :Set F3 message
  73.       shift+F4           :Set F4 message
  74.       shift+F6           :Set F6 message
  75.       shift+F7           :Set F7 message
  76.  
  77.  
  78. <<Keys not equivalent to CT>>
  79.  
  80.       CTRL-I               :Change input mode(insert[default]/overwrite)
  81.       CTRL-R               :Reverse Paddle dot and dash
  82.       Upward Arrow         :QRQ (coarse)
  83.       Downward Arrow       :QRS (coarse)
  84.       shift+Upward Arrow   :QRQ (fine)
  85.       shift+Dwonward Arrow :QRS (fine)
  86.         
  87.       alt+Upward Arrow,
  88.       shift+f9             :Tone pitch adjust
  89.       
  90.       alt+Downward Arrow,
  91.       shift+f10            :Tone pitch adjust
  92.       Pg Up                :Tuning dial (up)
  93.       Pg Dn                :Tuning dial (down)
  94.  
  95. <<6Y4A Key Assignment      >>
  96.       ";"                  :INS
  97.       "'"                  :+
  98.       ","                  :?
  99.       "."                  :CQ
  100.  
  101.  
  102. <<Text commands you can use>>
  103.  
  104.       QUIT           Quit and return to menu
  105.       CORRECT        Adds hiscall to confirming message when you make
  106.                       any correction.
  107.       NOCORRECT      Disables CORRECT
  108.  
  109.  
  110. <<How to connect Paddles or Keyer>>
  111.   You can choose one of these.
  112.  
  113.   *Printer port                        Paddles/Keyer
  114.  
  115.       Pin 12(Paper End) -------------  Foot SW
  116.       Pin 13(Select)    -------------  Dash/Keyer
  117.       Pin 15(Error)     -------------  Dot
  118.       Pin 18(Gnd)       -------------  GND
  119.  
  120.   *Joystick port                       Paddles/Keyer
  121.  
  122.       Pin 2   -----------------------  Dot
  123.       Pin 4,5 -----------------------  GND
  124.       Pin 7   -----------------------  Dash/Keyer
  125.       Pin 10  -----------------------  Foot SW
  126.  
  127.  
  128. <<Data file>>
  129.  
  130.  Ped has so simple data structure that you can make your own data easily.
  131.  
  132.  0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
  133.  |<---  CALL SIGN  ---->|  |<------>| 
  134.                                |
  135.                                +------ CONTEST NUMBER
  136.  
  137.  Extension must be '.PED'.(ex. ARRL.PED)
  138.  
  139.  
  140. (CT is  real time contest logging software written by Ken Wolff, K1EA)
  141. (Sound Blaster/Sound Blaster Pro are trademarks of CREATIVE LABS,INC.)
  142. (Pro Audio Spectrum 16 is trademark of MEDIA VISION.)
  143.  
  144. I will not store any effort to help you with any problems you may have.
  145. If you find any bugs, please send me a report. Thank you!
  146.  
  147. JE3MAS
  148. MasIII H.Kozu
  149. c/o J.O.C.V.
  150. P.O.Box 8202 C.S.O.
  151. Kingston Jamaica W.I.
  152.  
  153. INTERNET:  masiii@InfoChan.COM
  154.